3.3.13 \(\int \frac {(a+b \log (c (e+f x)))^p}{d e+d f x} \, dx\) [213]

Optimal. Leaf size=31 \[ \frac {(a+b \log (c (e+f x)))^{1+p}}{b d f (1+p)} \]

[Out]

(a+b*ln(c*(f*x+e)))^(1+p)/b/d/f/(1+p)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.160, Rules used = {2437, 12, 2339, 30} \begin {gather*} \frac {(a+b \log (c (e+f x)))^{p+1}}{b d f (p+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Log[c*(e + f*x)])^p/(d*e + d*f*x),x]

[Out]

(a + b*Log[c*(e + f*x)])^(1 + p)/(b*d*f*(1 + p))

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2339

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rule 2437

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)*(x_))^(q_.), x_Symbol] :> Dist[1/
e, Subst[Int[(f*(x/d))^q*(a + b*Log[c*x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p, q}, x]
 && EqQ[e*f - d*g, 0]

Rubi steps

\begin {align*} \int \frac {(a+b \log (c (e+f x)))^p}{d e+d f x} \, dx &=\frac {\text {Subst}\left (\int \frac {(a+b \log (c x))^p}{d x} \, dx,x,e+f x\right )}{f}\\ &=\frac {\text {Subst}\left (\int \frac {(a+b \log (c x))^p}{x} \, dx,x,e+f x\right )}{d f}\\ &=\frac {\text {Subst}\left (\int x^p \, dx,x,a+b \log (c (e+f x))\right )}{b d f}\\ &=\frac {(a+b \log (c (e+f x)))^{1+p}}{b d f (1+p)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 31, normalized size = 1.00 \begin {gather*} \frac {(a+b \log (c (e+f x)))^{1+p}}{b d f (1+p)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Log[c*(e + f*x)])^p/(d*e + d*f*x),x]

[Out]

(a + b*Log[c*(e + f*x)])^(1 + p)/(b*d*f*(1 + p))

________________________________________________________________________________________

Maple [A]
time = 0.21, size = 32, normalized size = 1.03

method result size
default \(\frac {\left (a +b \ln \left (c \left (f x +e \right )\right )\right )^{1+p}}{b d f \left (1+p \right )}\) \(32\)
norman \(\frac {\ln \left (c \left (f x +e \right )\right ) {\mathrm e}^{p \ln \left (a +b \ln \left (c \left (f x +e \right )\right )\right )}}{d f \left (1+p \right )}+\frac {a \,{\mathrm e}^{p \ln \left (a +b \ln \left (c \left (f x +e \right )\right )\right )}}{b d f \left (1+p \right )}\) \(70\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(f*x+e)))^p/(d*f*x+d*e),x,method=_RETURNVERBOSE)

[Out]

(a+b*ln(c*(f*x+e)))^(1+p)/b/d/f/(1+p)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 33, normalized size = 1.06 \begin {gather*} \frac {{\left (b \log \left (c f x + c e\right ) + a\right )}^{p + 1}}{b d f {\left (p + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e),x, algorithm="maxima")

[Out]

(b*log(c*f*x + c*e) + a)^(p + 1)/(b*d*f*(p + 1))

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 43, normalized size = 1.39 \begin {gather*} \frac {{\left (b \log \left (c f x + c e\right ) + a\right )} {\left (b \log \left (c f x + c e\right ) + a\right )}^{p}}{b d f p + b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e),x, algorithm="fricas")

[Out]

(b*log(c*f*x + c*e) + a)*(b*log(c*f*x + c*e) + a)^p/(b*d*f*p + b*d*f)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {\left (a + b \log {\left (c e + c f x \right )}\right )^{p}}{e + f x}\, dx}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(f*x+e)))**p/(d*f*x+d*e),x)

[Out]

Integral((a + b*log(c*e + c*f*x))**p/(e + f*x), x)/d

________________________________________________________________________________________

Giac [A]
time = 4.00, size = 33, normalized size = 1.06 \begin {gather*} \frac {{\left (b \log \left (c f x + c e\right ) + a\right )}^{p + 1}}{b d f {\left (p + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(f*x+e)))^p/(d*f*x+d*e),x, algorithm="giac")

[Out]

(b*log(c*f*x + c*e) + a)^(p + 1)/(b*d*f*(p + 1))

________________________________________________________________________________________

Mupad [B]
time = 0.35, size = 31, normalized size = 1.00 \begin {gather*} \frac {{\left (a+b\,\ln \left (c\,\left (e+f\,x\right )\right )\right )}^{p+1}}{b\,d\,f\,\left (p+1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*(e + f*x)))^p/(d*e + d*f*x),x)

[Out]

(a + b*log(c*(e + f*x)))^(p + 1)/(b*d*f*(p + 1))

________________________________________________________________________________________